MPILocationState

@Serializable
data class MPILocationState(val type: String, val start: String? = null, val end: String? = null)

MPILocationState represents the state of MPINavigatable.MPILocation

Constructors

Link copied to clipboard
constructor(type: String, start: String? = null, end: String? = null)

Properties

Link copied to clipboard
val end: String? = null

if the MPINavigatable.MPILocationhas an anticipated end date, end represents the end date of the MPINavigatable.MPILocation; otherwise, null.

Link copied to clipboard
val start: String? = null

if the MPINavigatable.MPILocation is currently not available, start represents the start date of the MPINavigatable.MPILocation; otherwise, null.

Link copied to clipboard

type of the MPILocationState